datasheet,schematic,electronic components, service manual,repairs,tv,monitor,service menu,pcb design
Schematics 4 Free
Service manuals, schematics, documentation, programs, electronics, hobby ....


registersend pass
Bulgarian - schematics repairs service manuals SearchBrowseUploadWanted

Now downloading free:AMD Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size

AMD Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size free download

Various electronics service manuals

File information:
File name:AMD Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size.pdf
[preview Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size]
Size:47 kB
Extension:pdf
Mfg:AMD
Model:Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size 🔎
Original:Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size 🔎
Descr: AMD AMD Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size.pdf
Group:Electronics > Other
Uploaded:04-08-2022
User:Anonymous
Multipart:No multipart

Information about the files in archive:
Decompress result:OK
Extracted files:1
File name AMD Duron™ Processor Rev. A0 -CPUID Reporting of L2 Cache Size.pdf

Advance Information Date: July 25, 2000 Technical Note: TN13 revision 3 CPG Technical Marketing AMD DuronTM Processor Rev. A0: CPUID Reporting of L2 Cache Size Abstract: The AMD DuronTM processor, revision A0 (CPUID 630) contains an erratum that will result in the incorrect reporting of the internal L2 cache size if the CPUID extended function 8000_0006h is used. If BIOS or any other utility uses this instruction when reporting the L2 cache size, then it is recommended that BIOS or the utility adjust the return value from this instruction as described below in "Solution." For more information, refer to the: I AMD DuronTM Processor Revision Guide, order# 23865 I AMD Processor Recognition Application Note, order# 20734 I AMD AthlonTM and AMD DuronTM Processors Recognition Addendum, order# 21922. Description: When the CPUID extended function 8000_0006h is used to obtain cache information, the AMD Duron processor rev. A0 (CPUID 630) reports the L2 cache size incorrectly. Solution: Consider the code below for executing CPUID extended function 8000_0006h: mov eax, 80000006h ;CPUID Fn 80000006h CPUID ;ecx[31:16] = L2 size info shr ecx, 16 ;cx = L2 size (in either KB or 64KB) Do not use CPUID to determine the L2 cache size for the AMD Duron processor. Instead use the following code: ; Check for A0 revision Duron(tm) processor mov eax, 1 ;CPUID Fn 1 CPUID ;ax = CPU version information cmp ax, 0630h ;Is CPU a Rev A0 AMD Duron processor? mov cx, 64 ;(assume yes) je @f ; YES--L2 size is 64K ; NO---use CPUID function to get ; L2 size mov eax, 80000006h ;CPUID Fn 80000006h CPUID ;ecx[31:16] = L2 size info shr ecx, 16 ;Shift L2 size bits into cx

>> View document online <<



>> Download document << eServiceInfo Context Help



Was this file useful ? Share Your thoughts with the other users.

User ratings and reviews for this file:

DateUserRatingComment

Average rating for this file: 0.00 ( from 0 votes)


Similar Service Manuals :
AMD PGAAM2 - AMD Functional Data Sheet, 939-Pin Package - AMD Athlon XP Model 6 - AMD Athlon™ MP Processor Model 10 Data Sheet for Multiprocessor Platforms - AMD 29CPL141 May89 - AMD 1988 29PL100 Field Programmable Controllers - AMD 00680114rB MonoBoardMonitor -
 FB -  Links -  Info / Contacts -  Forum -   Last SM download : Pioneer VSX-9700S

script execution: 0.02 s